compiler algorithm

英 [kəmˈpaɪlə(r) ˈælɡərɪðəm] 美 [kəmˈpaɪlər ˈælɡərɪðəm]

编译算法

计算机



双语例句

  1. The IBM XL C compiler is a very good optimizer, and as a result, the C algorithm delivers superior results to a simple unoptimized assembly language implementation.
    IBMXLC编译器是一个非常好的优化器,结果是C算法的性能要比未经优化的汇编语言实现的性能好很多。
  2. However, you can already appreciate the power of using a compiler: the DFA construction algorithm takes care of all the state management.
    然而,您可能已经意识到了使用编译器的强大功能:DFA构造算法来负责所有状态管理。
  3. Design of a Retargetable Compiler based on VLIW DSP Register-pressure-sensitive list scheduling algorithm for VLIW architectures
    基于VLIWDSP的可重定向编译器设计与实现面向VLIW结构的寄存器压力敏感表调度算法
  4. Study on Compiler Algorithm for AIC Robot Based on Fuzzy Control
    基于模糊控制的AIC机器人编译算法研究
  5. Programming based on Simulator ( SEED-XDSPP) and code compiler ( cc4. 10 version) and finishing the control algorithm.
    在SEED-XDSPP型硬件仿真器和代码编译器(CC4.10版本)支持环境下,编写了所有控制与算法程序。
  6. This paper presents an ASN. 1/ GDMO-IDL compiler, e.g., an algorithm of translating the information structures defined by ASN. 1/ GDMO into that defined by IDL.
    本文提出一种ASN.1/GDMG-IDL编译器,将ASN.1/GDMO定义的信息结构转换为用IDL来描述。
  7. A compiler algorithm that automatically finding computation and data decomposition with no communication based on Anderson-lam algorithm is described, and some improvement on engineering implement is also mentioned in this paper. sorting and searching of array data: Calculation of data via array;
    本文通过对Anderson-lam分解算法完整性的补充,给出了一种可实现无通信的计算划分和数据分布算法,并阐述了对该算法在工程实践中的一些优化考虑。
  8. A research for parallel compiler of a multiprocessor is introduced in this pa-per, and a parallel partition algorithm based on function is proposed which is a good paral-lel way in realization of task stage.
    在本文中作者对多处理机的并行编译作了新的探讨,并提出函数并行划分的算法,是实行任务一级并行的一种好方法。
  9. Compiler Optimization Algorithm for Parallel Program on Shared Memory Machine
    共享内存结构并行程序的编译器优化
  10. The basis of this method, a program control structure generation algorithm and an automated testing tool for optimizing compiler which is implemented based on the algorithm are introduced.
    重点介绍了该方法的基础、程序控制结构生成算法,并介绍了基于本方法实现的一个编译器自动测试工具。
  11. To further contract time needed for reconstruction, we used parallel computing based on multi-core CPU and compiling optimization with Intel compiler in the implementation of the algorithm.
    为了进一步缩短重建时间,采用多核CPU并行计算技术和Intel编译器编译优化技术对算法进行了并行化和编译优化。
  12. Based on the GCC and SDCC compiler system, such as peephole optimization techniques commonly used in the design of the intermediate code optimization, Then, give an optimized design to three commonly used in industry Algorithm matrix addition, Simpson problem, and Fast Fourier Transform.
    本文基于GCC和SDCC等编译系统中常用的窥孔优化技术,设计对中间代码进行优化,对矩阵加法、辛普森、快速傅里叶变换计算等三种工业上常用的计算方法进行优化。
  13. Which software to use IAR compiler for C programming environment, using modular design methods, in order to achieve a variety of signal control algorithm module, data acquisition modules, dual-processor modules and the keyboard scan-line module.
    其中软件使用IAR编译环境进行C编程,采用模块化的设计方法,从而实现了各种电信号的控制算法模块,数据采集模块、双处理器联机模块和键盘扫描模块。
  14. Secondly, the compiler and optimization of the program code and algorithm was taken by the use of program code development environment ( CCS) of DSP and completed the design of each functional module.
    其次,采用DSP程序开发环境(CCS)对程序代码进行编译和优化,完成了系统各个功能模块的设计。
  15. Through the integration of compiler front-end analysis and the machine-specific information of compiler back-end, ICG-ME algorithm can not only simplify the generation of SIMD code, but also use both SIMD and non-SIMD instructions to improve code quality. 3.
    通过结合编译器前端程序分析的优势和编译器后端的机器信息,ICG-ME算法不仅简化了SIMD代码的生成,而且能够同时利用SIMD指令和非SIMD指令,以生成高质量的机器代码。